home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Graphics / Others / BitmapTest / Makefile < prev    next >
Makefile  |  1992-12-25  |  947b  |  46 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = BitmapTest
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = BitmapTest.tiff
  16. GLOBAL_RESOURCES = BitmapTest.nib 16x16.tiff 24x24.tiff 32x32.tiff \
  17.                    48x48.tiff 64x64.tiff 8x8.tiff
  18.  
  19. CLASSES = Animator.m MovingBitmap.m TestView.m
  20.  
  21. HFILES = Animator.h MovingBitmap.h TestView.h
  22.  
  23. MFILES = BitmapTest_main.m
  24.  
  25.  
  26.  
  27. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  28. INSTALLDIR = $(HOME)/Apps
  29. INSTALLFLAGS = -c -s -m 755
  30. SOURCEMODE = 444
  31.  
  32. ICONSECTIONS =    -sectcreate __ICON app BitmapTest.tiff
  33.  
  34. LIBS = -lMedia_s -lNeXT_s
  35. DEBUG_LIBS = $(LIBS)
  36. PROF_LIBS = $(LIBS)
  37.  
  38.  
  39. -include Makefile.preamble
  40.  
  41. include $(MAKEFILEDIR)/app.make
  42.  
  43. -include Makefile.postamble
  44.  
  45. -include Makefile.dependencies
  46.